ContextType.ContextType

Undocumented in source.
  1. alias ContextType = ContextImpl!(H)
  2. alias ContextType = InboundContextImpl!(H)
  3. alias ContextType = OutboundContextImpl!(H)
    template ContextType(H)
    static if(!(H.dir == HandlerDir.BOTH))
    static if(!(H.dir == HandlerDir.IN))
    alias ContextType = OutboundContextImpl!(H)

Meta